home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Graphics / Twilight Staque / Twilight Staque / card_14034.txt < prev    next >
Text File  |  1990-12-17  |  922b  |  45 lines

  1. -- card: 14034 from stack: in
  2. -- bmap block id: 15063
  3. -- flags: 0000
  4. -- background id: 13701
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on OpenCard
  8.   set the userlevel to 5
  9.   choose select tool
  10.   doMenu "Select All"
  11.   doMenu "Select"
  12.   play "harpsichord" tempo 230 g4q. c5e f5h. e5q c5e a4e d5e g5w g5e b
  13.   set dragSpeed to 90
  14.   drag from 150,280 to 250,25
  15.   lock screen
  16.   domenu "revert"
  17.   domenu "revert"
  18.   go next card
  19.   unlock screen with wipe left to black
  20.   choose browse tool
  21. end OpenCard
  22.  
  23.  
  24.  
  25. -- part 2 (button)
  26. -- low flags: 00
  27. -- high flags: 0000
  28. -- rect: left=30 top=54 right=93 bottom=77
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 0 / 0
  31. -- text alignment: 1
  32. -- font id: 0
  33. -- text size: 12
  34. -- style flags: 0
  35. -- line height: 16
  36. -- part name: 
  37. ----- HyperTalk script -----
  38. on mouseUp
  39.   choose select tool
  40.   doMenu "Select All"
  41.   doMenu "Select"
  42.   Drag from 250, 25 to 150,280
  43. end mouseUp
  44.  
  45.